home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / dcc / make.out < prev    next >
Text File  |  1995-09-23  |  3KB  |  51 lines

  1. cc -Wall -Wstrict-prototypes -O2 -I../.. -L../../suplib -DREGISTERED -DCOMMERCIAL -DNO_ASM -DINTELBYTEORDER -c main.c
  2. In file included from defs.h:39,
  3.                  from main.c:10:
  4. /usr/include/sys/stat.h:55: parse error before `ino_t'
  5. /usr/include/sys/stat.h:55: warning: no semicolon at end of struct or union
  6. /usr/include/sys/stat.h:56: warning: data definition has no type or storage class
  7. /usr/include/sys/stat.h:57: parse error before `st_nlink'
  8. /usr/include/sys/stat.h:57: warning: data definition has no type or storage class
  9. /usr/include/sys/stat.h:69: parse error before `}'
  10. /usr/include/sys/stat.h:73: parse error before `dev_t'
  11. /usr/include/sys/stat.h:73: warning: no semicolon at end of struct or union
  12. /usr/include/sys/stat.h:74: warning: data definition has no type or storage class
  13. /usr/include/sys/stat.h:75: parse error before `st_mode'
  14. /usr/include/sys/stat.h:75: warning: data definition has no type or storage class
  15. /usr/include/sys/stat.h:76: parse error before `st_nlink'
  16. /usr/include/sys/stat.h:76: warning: data definition has no type or storage class
  17. /usr/include/sys/stat.h:77: parse error before `st_uid'
  18. /usr/include/sys/stat.h:77: conflicting types for `st_uid'
  19. /usr/include/sys/stat.h:58: previous declaration of `st_uid'
  20. /usr/include/sys/stat.h:77: warning: data definition has no type or storage class
  21. /usr/include/sys/stat.h:78: parse error before `st_gid'
  22. /usr/include/sys/stat.h:78: conflicting types for `st_gid'
  23. /usr/include/sys/stat.h:59: previous declaration of `st_gid'
  24. /usr/include/sys/stat.h:78: warning: data definition has no type or storage class
  25. /usr/include/sys/stat.h:79: parse error before `st_rdev'
  26. /usr/include/sys/stat.h:79: conflicting types for `st_rdev'
  27. /usr/include/sys/stat.h:60: previous declaration of `st_rdev'
  28. /usr/include/sys/stat.h:79: warning: data definition has no type or storage class
  29. /usr/include/sys/stat.h:83: parse error before `st_size'
  30. /usr/include/sys/stat.h:83: conflicting types for `st_size'
  31. /usr/include/sys/stat.h:61: previous declaration of `st_size'
  32. /usr/include/sys/stat.h:83: warning: data definition has no type or storage class
  33. /usr/include/sys/stat.h:84: parse error before `st_blocks'
  34. /usr/include/sys/stat.h:84: conflicting types for `st_blocks'
  35. /usr/include/sys/stat.h:66: previous declaration of `st_blocks'
  36. /usr/include/sys/stat.h:84: warning: data definition has no type or storage class
  37. /usr/include/sys/stat.h:85: conflicting types for `st_blksize'
  38. /usr/include/sys/stat.h:65: previous declaration of `st_blksize'
  39. /usr/include/sys/stat.h:89: parse error before `st_qspare'
  40. /usr/include/sys/stat.h:89: warning: data definition has no type or storage class
  41. /usr/include/sys/stat.h:90: parse error before `}'
  42. /usr/include/sys/stat.h:188: parse error before `mode_t'
  43. /usr/include/sys/stat.h:190: parse error before `mode_t'
  44. /usr/include/sys/stat.h:191: parse error before `mode_t'
  45. /usr/include/sys/stat.h:193: parse error before `umask'
  46. /usr/include/sys/stat.h:193: warning: parameter names (without types) in function declaration
  47. /usr/include/sys/stat.h:193: warning: data definition has no type or storage class
  48. /usr/include/sys/stat.h:195: parse error before `u_long'
  49. /usr/include/sys/stat.h:196: parse error before `u_long'
  50. /usr/include/sys/stat.h:197: parse error before `mode_t'
  51.